home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 February: Tool Chest / Dev.CD Feb 95 / Dev.CD Feb 95.toast / Tool Chest / Development Tools & Languages / Dylan Related / Dylan alpha demos / Hello src ƒ / hello-constants.dylan next >
Encoding:
Text File  |  1994-12-13  |  321 b   |  14 lines  |  [TEXT/ttxt]

  1. language: infix-dylan
  2. module: hello-module
  3.  
  4. // Copyright © 1994 by Apple Computer, Inc.  All rights reserved.
  5.  
  6. define-framework-library("hello-library");
  7.  
  8. define constant $hello-string-id = 1000;
  9.  
  10. define constant $hello-window-title-id = 1001;
  11.  
  12. define constant $file-menu-id = 1000;
  13.  
  14. define constant $edit-menu-id = 1001;